- particular algorithm
- Макаров: специальный алгоритм, частный алгоритм
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Algorithm — Flow chart of an algorithm (Euclid s algorithm) for calculating the greatest common divisor (g.c.d.) of two numbers a and b in locations named A and B. The algorithm proceeds by successive subtractions in two loops: IF the test B ≤ A yields yes… … Wikipedia
Algorithm characterizations — The word algorithm does not have a generally accepted definition. Researchers are actively working in formalizing this term. This article will present some of the characterizations of the notion of algorithm in more detail. This article is a… … Wikipedia
Algorithm examples — This article Algorithm examples supplements Algorithm and Algorithm characterizations. = An example: Algorithm specification of addition m+n =Choice of machine model:This problem has not been resolved by the mathematics community. There is no… … Wikipedia
algorithm — Initially a word with equivalent meaning to formula, but under the influence of computing now regarded as a step by step procedure to solve a problem, usually supported by a mathematical proof. In sociology, the term is generally used more… … Dictionary of sociology
algorithm — [[t]æ̱lgərɪðəm[/t]] algorithms N COUNT An algorithm is a series of mathematical steps, especially in a computer programme, which will give you the answer to a particular kind of problem or question … English dictionary
algorithm — (AL goh rithm) [Arabic, a variant of algorism] A procedure for analyzing or solving a particular kind of problem in a finite or measurable number of steps. Any method of computation based on the Arabic system of arithmetical notation.… … Dictionary of foreign words and phrases
algorithm — /ˈælgərɪðəm / (say alguhridhuhm) noun an effective procedure for solving a particular mathematical problem in a finite number of steps. Also, algorism. {variant of algorism by association with arithmetic} –algorithmic /ælgəˈrɪðmɪk/ (say alguh… …
Run-time algorithm specialisation — In computer science, run time algorithm specialisation is a methodology for creating efficient algorithms for costly computation tasks of certain kinds. The methodology originates in the field of automated theorem proving and, more specifically,… … Wikipedia
Genetic algorithm — A genetic algorithm (GA) is a search heuristic that mimics the process of natural evolution. This heuristic is routinely used to generate useful solutions to optimization and search problems. Genetic algorithms belong to the larger class of… … Wikipedia
Expectation-maximization algorithm — An expectation maximization (EM) algorithm is used in statistics for finding maximum likelihood estimates of parameters in probabilistic models, where the model depends on unobserved latent variables. EM alternates between performing an… … Wikipedia
Hybrid algorithm (constraint satisfaction) — In constraint satisfaction, a hybrid algorithm solves a constraint satisfaction problem by the combination of two different methods, for example variable conditioning (backtracking, backjumping, etc.) and constraint inference (arc consistency,… … Wikipedia